home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Osplineformula.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
465b
|
15 lines
#ifndef _Osplineformula_H_
#define _Osplineformula_H_
enum
{
PRIM_FORMULA_X = 2100, // STRING - X component
PRIM_FORMULA_Y = 2101, // STRING - Y component
PRIM_FORMULA_Z = 2102, // STRING - Z component
PRIM_FORMULA_TMIN = 2103, // REAL - Start Value
PRIM_FORMULA_TMAX = 2104, // REAL - End Value
PRIM_FORMULA_SAMPLES = 2105, // LONG - Samples [>=2]
PRIM_FORMULA_CUBIC = 2106 // BOOL - Cubic Extrapolation
};
#endif